home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / tde31.zip / HELP.H < prev    next >
Text File  |  1993-08-29  |  3KB  |  58 lines

  1. /*
  2.  * New editor name:  TDE, the Thomson-Davis Editor.
  3.  * Author:           Frank Davis
  4.  * Date:             June 5, 1991
  5.  *
  6.  * This modification of Douglas Thomson's code is released into the
  7.  * public domain, Frank Davis.  You may distribute it freely.
  8.  *
  9.  * This info is displayed in the intro screen and the pop-up help screen
  10.  * when F1 is pressed.
  11.  */
  12.  
  13. char *credit_screen[] = {
  14. "┌────────────────────────────────────────────────────┐",
  15. "│                                                    │",
  16. "│            TDE, the Thomson-Davis Editor           │",
  17. "│                    Version 3.1                     │",
  18. "│                  August 29, 1993                   │",
  19. "│                                                    │",
  20. "│                                                    │",
  21. "│      This program is released into the public      │",
  22. "│   domain.  You may use and distribute it freely.   │",
  23. "│                                                    │",
  24. "└────────────────────────────────────────────────────┘",
  25. NULL
  26. };
  27.  
  28.  
  29. char *help_screen[] = {
  30. "$  help",
  31. "───── Word Processing ───────┬ #-Shift   @-Alt   ^-Ctrl ┬──── File commands ────",
  32. "  @V  toggle word wrap       ├───── Block commands ─────┤@F1 dir list   @F2 attr",
  33. "^F6/^F7  left/right margin   │ @B  mark box block       │ F2 save    #F2 save as",
  34. "  ^F8  set paragraph margin  │ @L  mark line block      │ F3 quit     F4 file   ",
  35. "  ^B   WordStar format pargr │ @X  mark stream block    │#F4 edit F  @F4 next F ",
  36. "  @F8  left justify line     │ @U  unmark block         │#F12/^F12 define Grep  ",
  37. "  @F9  right justify line    │ @M  move    @C  copy     │ F12 Repeat Grep       ",
  38. " @F10  center justify line   │ @K  kopy    @G  group del├─────── Toggles ───────",
  39. "                             │ @F  fill    @O  overlay  │ ^F1  tog cursor sync  ",
  40. "───── Window Commands ───────┤ @S  sort    @N  number   │ ^F2  eol/tab display  ",
  41. " F8 vertical     #F9 resize  │#@S  swap BOX w/cursor    │ ^F3  CRLF | LF at eol ",
  42. " F9 horizontal   ^F9 zoom    │ @<  up case  @>  lo case │ ^F4  tog trim trailing",
  43. "F10 next        #F10 previous│ @?  hi bit  #@?  e-mail  │ ^F5  IGNORE/MATCH case",
  44. "   ^F10  next hidden window  │#@<  rot13   #@>  fix uue │  @R  ruler   @I indent",
  45. "─────── Misc commands ───────┤ @T  trim trailing space  │  @Z  tog ^Z at eof    ",
  46. " @A  add L     ^2  Date stamp│ @P  print file/block     │ #@T  tog inflate tabs ",
  47. " @J  join L    ^]  paren bal │ @W  write block to file  │^tab  set ltabs/ptabs  ",
  48. " @=  dup L     @-  kill eol  │ @E  block expand tabs    │@tab  tog smart tabs   ",
  49. " @D  delete L     @1-@3  mark│#@C  block compress tabs  ├── Find/Replace/Diff ──",
  50. " ^_  split L    #@1-#@3  goto│#@I  block indent tabs    │ #F5/#F6  define find  ",
  51. "ESC  undo L      ^\\  redraw  ├───────── Macros ───────┬─┘ F5/F6 next/prev find  ",
  52. " ^U  undelete L  ^T  word del│  @F3  record on/off    │ #F7 define reg exp      ",
  53. " Enter  Emacs L              │  #F1  save    #F3 load │ F7/@F7 next/prev reg exp",
  54. "#Enter  next L       @Q  Quit│   ^P  pause            │ #F11/F11 def/rep diff   ",
  55. "^Enter  beg next L   @H  Help│ ^ESC  clear macros     │ #F8 replace string      ",
  56. NULL
  57. };
  58.